ResourceRemoveProperty Method (String, PropertyName) |
Remove a property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus RemoveProperty(
string address,
PropertyName propertyName
)
Public Function RemoveProperty (
address As String,
propertyName As PropertyName
) As MultiStatus
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - propertyName
- Type: Independentsoft.WebdavPropertyName
The property to by removed.
Return Value
Type:
MultiStatusA MultiStatus indicating the status of the property remove.
See Also